net/netip.Addr.withoutZone (method)

3 uses

	net/netip (current package)
		netip.go#L495: func (ip Addr) withoutZone() Addr {
		netip.go#L1246: 		ip:          ip.withoutZone(),
		netip.go#L1456: 	b := p.Addr().withoutZone().marshalBinaryWithTrailingBytes(1)